runtime.name.name (method)
24 uses
runtime (current package)
heapdump.go#L197: if x := t.uncommon(); x == nil || t.nameOff(x.pkgpath).name() == "" {
heapdump.go#L200: pkgpathstr := t.nameOff(x.pkgpath).name()
iface.go#L45: panic(&TypeAssertionError{nil, typ, &inter.typ, name.name()})
iface.go#L212: iname := name.name()
iface.go#L215: ipkg = inter.pkgpath.name()
iface.go#L220: if typ.typeOff(t.mtyp) == itype && tname.name() == iname {
iface.go#L223: pkgPath = typ.nameOff(x.pkgpath).name()
plugin.go#L87: name := symName.name()
type.go#L54: s := t.nameOff(t.str).name()
type.go#L141: return t.nameOff(u.pkgpath).name()
type.go#L146: return st.pkgPath.name()
type.go#L149: return it.pkgpath.name()
type.go#L449: func (n name) name() (s string) {
type.go#L488: return pkgPathName.name()
type.go#L597: pkgpatht := t.nameOff(ut.pkgpath).name()
type.go#L598: pkgpathv := v.nameOff(uv.pkgpath).name()
type.go#L639: if it.pkgpath.name() != iv.pkgpath.name() {
type.go#L652: if tname.name() != vname.name() {
type.go#L683: if st.pkgPath.name() != sv.pkgPath.name() {
type.go#L689: if tf.name.name() != vf.name.name() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)